home *** CD-ROM | disk | FTP | other *** search
/ Kodak Picture CD: 357069 / Kodak Picture CD 357069.iso / startmac.dmg / Uninstall Software.app / Contents / Frameworks / Configure.framework / PrivateHeaders / ImageCapturePrefKeys.h < prev    next >
C/C++ Source or Header  |  2004-09-23  |  1KB  |  38 lines

  1. //
  2. //  ImageCapturePrefKeys.h
  3. //  Configure
  4. //
  5. //  Created by Stan Pulchtopek on Fri Feb 15 2002.
  6. //  Copyright (c) 2002 Eastman Kodak Company. All rights reserved.
  7. //
  8.  
  9. #import <Foundation/Foundation.h>
  10.  
  11. // Image Capture preferences keys
  12.  
  13. // these are the keys used in OS 10.1.n
  14. extern NSString *ICAutomaticTaskPathKey;
  15. extern NSString *ICAutomaticTaskArrayKey;
  16. extern NSString *ICHotPlugActionPathKey;
  17. extern NSString *ICHotPlugActionArrayKey;
  18. extern NSString *ICAutoSyncDateTimeKey;
  19. extern NSString *ICLogFileEnabledKey;
  20. extern NSString *ICLogFileListSkippedFilesKey;
  21. extern NSString *ICLogFileMaxFileSizeKey;
  22. extern NSString *ICPrefsVersionKey;
  23.  
  24. // these are the keys used in OS 10.2.n
  25. extern NSString *ICJagAutomaticTaskPathKey;
  26. extern NSString *ICJagAutomaticTaskArrayKey;
  27. extern NSString *ICJagDownloadOptionsKey;
  28. extern NSString *ICJagAutoSyncDateTimeKey;
  29.  
  30. // even iPhoto couldn't find an API that provided Image Capture's class and keys,
  31. // so they built it into this string resource file in their application (although not 1.0)
  32. extern NSString *ICStringsKey;
  33. // ...and these are the keys defined in it:
  34. extern NSString *ICPrefsKey;
  35. extern NSString *ImageCapturePrefFile;
  36. extern NSString *ICHotPlugActionPathKey;
  37. extern NSString *ICHotPlugActionArrayKey;
  38.